@charset "utf-8";
/*=============================================================
 message Layout
=============================================================*/
/* message-catchArea
-------------------------------------------------------------*/
#message-catchArea{
	background-color:#B5B4AF;
	margin-bottom:40px;
	position:relative;
}
#message-catchArea .catch{
	font-size:2.4rem;
	line-height:1.5;
	position:absolute;
	right:30px;
	top:50%;
	-webkit-transform:translate(0, -50%) ;
	transform:translate(0, -50%) ;
}
#message-catchArea .photo{text-align:left;}

@media only screen and (max-width:1180px){
	#message-catchArea .catch{
		font-size:2.2rem;
		left: 40%;
	}	
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px) , only screen and (max-device-width:767px) {

/* message-catchArea
-------------------------------------------------------------*/
#message-catchArea{
}
#message-catchArea .catch{
	font-size:1.6rem;
	right:12px;
	left:48%;
}
#message-catchArea .photo img{
	width:345px;
	margin-right:0;
}


}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones (portrait) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:440px) {

/* message-catchArea
-------------------------------------------------------------*/
#message-catchArea .catch{
	font-weight: bold;
}

}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones small (portrait) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:374px) {



}